home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / lib / python2.4 / test / test_codecmaps_hk.pyc (.txt) < prev    next >
Python Compiled Bytecode  |  2005-10-18  |  991b  |  23 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.4)
  3.  
  4. from test import test_support
  5. from test import test_multibytecodec_support
  6. import unittest
  7.  
  8. class TestBig5HKSCSMap(test_multibytecodec_support.TestBase_Mapping, unittest.TestCase):
  9.     encoding = 'big5hkscs'
  10.     mapfilename = 'BIG5HKSCS.TXT'
  11.     mapfileurl = 'http://people.freebsd.org/~perky/i18n/BIG5HKSCS.TXT'
  12.  
  13.  
  14. def test_main():
  15.     suite = unittest.TestSuite()
  16.     suite.addTest(unittest.makeSuite(TestBig5HKSCSMap))
  17.     test_support.run_suite(suite)
  18.  
  19. test_multibytecodec_support.register_skip_expected(TestBig5HKSCSMap)
  20. if __name__ == '__main__':
  21.     test_main()
  22.  
  23.